projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dd3d99
)
(mail-from-style): New alternative, `default'.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 28 May 1998 04:06:52 +0000
(
04:06
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 28 May 1998 04:06:52 +0000
(
04:06
+0000)
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index b9e8853d00f15c5791e7e0212c3ca79d5dd6422c..3afdddb974fbde81f06ec288b3e90e7f17e6f822 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-42,8
+42,9
@@
If `nil', they contain just the return address like:
If `parens', they look like:
king@grassland.com (Elvis Parsley)
If `angles', they look like:
- Elvis Parsley <king@grassland.com>"
- :type '(choice (const nil) (const parens) (const angles))
+ Elvis Parsley <king@grassland.com>
+If `default', Rmail allows the system to insert its default From field."
+ :type '(choice (const nil) (const parens) (const angles) (const default))
:group 'sendmail)
;;;###autoload